Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

japhygesis

by japhy (Canon)
on Jun 21, 2001 at 20:19 UTC ( [id://90442]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -wl
    
    ...
    print "j => $x" if $x = index "jeff", "j";
    print "r => $x" if $x = rindex "jeff", "r";
    system "ls" or warn "ls failed";
    
  2. or download this
    package TrueFalse;
    
    ...
    sub boolean { TrueFalse->new(@_) }
    
    1;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlmeditation [id://90442]
Approved by root
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (3)
As of 2024-04-25 16:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found