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

matra555's scratchpad

by matra555 (Monk)
on Jan 04, 2005 at 00:27 UTC ( [id://419110]=scratchpad: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    my $f = `fortune`;
    chomp(my $w = `echo \$USER`);
    print "\nHello, $w!  Your fortune for today is:\n\n $f\n";
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
       }
    }
    movement();
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (4)
As of 2024-04-23 15:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found