Waraxe IT Security Portal
Login or Register
July 27, 2024
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: 208
Members: 0
Total: 208
Full disclosure
CyberDanube Security Research 20240722-0 | Multiple Vulnerabilities in Perten/PerkinElmer ProcessPlus
[KIS-2024-06] XenForo <= 2.2.15 (Template System) Remote Code Execution Vulnerability
[KIS-2024-05] XenForo <= 2.2.15 (Widget::actionSave) Cross-Site Request Forgery Vulnerability
CVE-2024-33326
CVE-2024-33327
CVE-2024-33328
CVE-2024-33329
CyberDanube Security Research 20240703-0 | Authenticated Command Injection in Helmholz Industrial Router REX100
SEC Consult SA-20240627-0 :: Local Privilege Escalation via MSI installer in SoftMaker Office / FreeOffice
SEC Consult SA-20240626-0 :: Multiple Vulnerabilities in Siemens Power Automation Products
Novel DoS Vulnerability Affecting WebRTC Media Servers
APPLE-SA-06-25-2024-1 AirPods Firmware Update 6A326, AirPods Firmware Update 6F8, and Beats Firmware Update 6F8
40 vulnerabilities in Toshiba Multi-Function Printers
17 vulnerabilities in Sharp Multi-Function Printers
SEC Consult SA-20240624-0 :: Multiple Vulnerabilities allowing complete bypass in Faronics WINSelect (Standard + Enterprise)
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



Space Raider game for Android, free download - Space Raider gameplay video - Zone Raider mobile games
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.351 Seconds