Waraxe IT Security Portal
Login or Register
August 21, 2026
Menu
Home
Logout
Discussions
Forums
Members List
IRC chat
Tools
Base64 coder
MD5 hash
CRC32 checksum
ROT13 coder
SHA-1 hash
URL-decoder
Sql Char Encoder
Affiliates
y3dips ITsec
Md5 Cracker
User Manuals
AlbumNow
Content
Content
Sections
FAQ
Top
Info
Feedback
Recommend Us
Search
Journal
Your Account
User Info
Welcome, Anonymous
Nickname
Password
(Register)

Membership:
Latest: MichaelSnaRe
New Today: 0
New Yesterday: 0
Overall: 9144

People Online:
Visitors: 507
Members: 0
Total: 507
Full disclosure
[0day-rubbish] VMS 6.48.809 Authenticated command injection to root RCE (8.8)
[0day-rubbish] ONE Reporter 13.1 Authenticated RCE / privilege escalation via CommandExecutor (8.8)
[0day-rubbish] Gemini 7.3.0 Authenticated SQL injection to xp_cmdshell RCE (8.8)
[0day-rubbish] RoboTask 11.0.5.1229 Unauthenticated REST API remote task execution (9.8)
[0day-rubbish] ActiveFax Server 10.70 Unauthenticated LPD Ghostscript %pipe% SYSTEM RCE (9.8)
[0day-rubbish] Tornado 2.11.3 Unauthenticated arbitrary file write to root RCE (storeTo=file: to cron) (9.8)
[0day-rubbish] Datalore On-Premises 2026.2.3 Unauthenticated RCE via InteractiveReport access-mapping flaw (9.8)
APPLE-SA-08-18-2026-1 Safari 26.6.1
Cudy WR3000: Hard-coded JWT Secret to Root Command Injection
Security advisory: Pre-authentication RCE (SQL injection) in XPressEntry 3.7.7454 (Telaeris Inc)
Security advisory: Authenticated RCE (SQL injection) in Scrutinizer 19.7.0 (Plixer)
Security advisory: Pre-authentication SYSTEM RCE (Zip-Slip plugin planting) in Output Messenger Server 2.0.x (>= 2.0.63) (Srimax Software (Output Technology))
Security advisory: Pre-authentication RCE (arbitrary file write) in RapidDeploy 5.2.2 (MidVision)
Security advisory: Authenticated RCE (second-order SQL injection) in Lansweeper 12.2.1.0 (web reports 12.2.1.6) (Lansweeper)
Security advisory: Authenticated RCE (command injection) in Kerio Connect 10.0.9 Patch 2 (build 10320) (GFI Software)
Log in Register Forum FAQ Memberlist Search
IT Security and Insecurity Portal

www.waraxe.us Forum Index -> Perl -> Good Perl ebook/web to learn?
Post new topicReply to topic View previous topic :: View next topic
Good Perl ebook/web to learn?
PostPosted: Tue Apr 19, 2005 1:54 pm Reply with quote
murdock
Advanced user
Advanced user
Joined: Mar 16, 2005
Posts: 54




Anyone (y3dips maybe? lol) can recommend me a good ebook (so I can download it) or a good web to learn Perl?

Thanks!
View user's profile Send private message
PostPosted: Tue Apr 19, 2005 3:47 pm Reply with quote
erg0t
Valuable expert
Valuable expert
Joined: Apr 08, 2005
Posts: 55
Location: Uruguay




    erg0t root # perldoc -h
    perldoc [options] PageName|ModuleName|ProgramName...
    perldoc [options] -f BuiltinFunction
    perldoc [options] -q FAQRegex

    Options:
    -h Display this help message
    -V report version
    -r Recursive search (slow)
    -i Ignore case
    -t Display pod using pod2text instead of pod2man and nroff
    (-t is the default on win32 unless -n is specified)
    -u Display unformatted pod text
    -m Display module's file in its entirety
    -n Specify replacement for nroff
    -l Display the module's file name
    -F Arguments are file names, not modules
    -v Verbosely describe what's going on
    -T Send output to STDOUT without any pager
    -d output_filename_to_send_to
    -o output_format_name
    -M FormatterModuleNameToUse
    -w formatter_option:option_value
    -X use index if present (looks for pod.idx at /usr/lib/perl5/5.8.5/i686-linux)
    -q Search the text of questions (not answers) in perlfaq[1-9]

    PageName|ModuleName...
    is the name of a piece of documentation that you want to look at. You
    may either give a descriptive name of the page (as in the case of
    `perlfunc') the name of a module, either like `Term::Info' or like
    `Term/Info', or the name of a program, like `perldoc'.

    BuiltinFunction
    is the name of a perl function. Will extract documentation from
    `perlfunc'.

    FAQRegex
    is a regex. Will search perlfaq[1-9] for and extract any
    questions that match.

    Any switches in the PERLDOC environment variable will be used before the
    command line arguments. The optional pod index file contains a list of
    filenames, one per line.
    [Perldoc v3.13]


All is in there Wink
View user's profile Send private message Send e-mail Visit poster's website
PostPosted: Wed Apr 20, 2005 1:37 pm Reply with quote
y3dips
Valuable expert
Valuable expert
Joined: Feb 25, 2005
Posts: 281
Location: Indonesia




i have some, but i forget exactly the URL , so maybe you should try it with google

1. O'Reilly - Network Programming with Perl (CHM)
2. Perl Programmers reference guide (pdf)
3. Picking Up Perl - Bradley M Kuhn (pdf)
4. Learning Perl The HardWay - Allen B downey (pdf)
5. The Perl scripting language - David Stotts (pdF)
6. Advanced Perl Programming (student workbook) - Itcourseware (pdf)
7. Intermediate Perl - Kirrily Robert , Paul Fenwick, Jacinta R (pdf)
8. A Quick, Painless Introduction to Perl Scripting Language - Norman Matloff (pdf)
9. Cute Trick with Perl and Apache -(pdf)
10. and may

or u can donlod the manual , i have 14 MB perldoc.tar download from perldoc.perlfrunks.org

have a nice coding

_________________
IO::y3dips->new(http://clog.ammar.web.id);
View user's profile Send private message Visit poster's website Yahoo Messenger
PostPosted: Wed Apr 20, 2005 5:57 pm Reply with quote
murdock
Advanced user
Advanced user
Joined: Mar 16, 2005
Posts: 54




Thanks erg0t and y3dips!!! I start to search right now! Thanks! Wink
View user's profile Send private message
PostPosted: Wed Apr 20, 2005 6:33 pm Reply with quote
waraxe
Site admin
Site admin
Joined: May 11, 2004
Posts: 2407
Location: Estonia, Tartu




Something useful from ancient ages:

http://www.insecure.org/news/P55-07.txt

Very Happy
View user's profile Send private message Send e-mail Visit poster's website
PostPosted: Thu Apr 21, 2005 9:09 am Reply with quote
shai-tan
Valuable expert
Valuable expert
Joined: Feb 22, 2005
Posts: 477




Your avatar suggests you are ancient, Waraxe. Razz

I dont no perl. I prefer Python.

_________________
Shai-tan

?In short: just say NO TO DRUGS, and maybe you won?t end up like the Hurd people.? -- Linus Torvalds
View user's profile Send private message
PostPosted: Thu Apr 21, 2005 10:53 am Reply with quote
y3dips
Valuable expert
Valuable expert
Joined: Feb 25, 2005
Posts: 281
Location: Indonesia




waraxe wrote:
Something useful from ancient ages:

http://www.insecure.org/news/P55-07.txt

Very Happy


not only usefull, waraxe. that was one of my favorit article
rfp are also one of great 'perl' coder ..
he made may great script .. his "sendraw" for Xcample

Kewl

_________________
IO::y3dips->new(http://clog.ammar.web.id);
View user's profile Send private message Visit poster's website Yahoo Messenger
PostPosted: Thu Apr 21, 2005 12:47 pm Reply with quote
waraxe
Site admin
Site admin
Joined: May 11, 2004
Posts: 2407
Location: Estonia, Tartu




y3dips wrote:
waraxe wrote:
Something useful from ancient ages:

http://www.insecure.org/news/P55-07.txt

Very Happy


not only usefull, waraxe. that was one of my favorit article
rfp are also one of great 'perl' coder ..
he made may great script .. his "sendraw" for Xcample

Kewl


Yep, i remember "Whisker" - was using it some time and it was great.
View user's profile Send private message Send e-mail Visit poster's website
PostPosted: Fri Apr 22, 2005 11:08 am Reply with quote
y3dips
Valuable expert
Valuable expert
Joined: Feb 25, 2005
Posts: 281
Location: Indonesia




waraxe wrote:

Yep, i remember "Whisker" - was using it some time and it was great.


!yes
from whisker to Nikto
it was a great assessment tools also it still free

_________________
IO::y3dips->new(http://clog.ammar.web.id);
View user's profile Send private message Visit poster's website Yahoo Messenger
Good Perl ebook/web to learn?
www.waraxe.us Forum Index -> Perl
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT
Page 1 of 1

Post new topicReply to topic


Powered by phpBB © 2001-2008 phpBB Group



PCWizardHub - Helping you fix, build, and optimize your PC life
All logos and trademarks in this site are property of their respective owner. The comments and posts are property of their posters, all the rest (c) 2004-2024 Janek Vind "waraxe"
Page Generation: 0.027 Seconds