Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

RE: rambling (deux)

by Corion (Patriarch)
on Jun 10, 2000 at 14:45 UTC ( [id://17506]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    1: #!/usr/bin/perl -w
    2: print "Hello World\n";
    3: exit 0;
    
  2. or download this
    4: #!/usr/bin/perl -w
    5: print << X
    6: Hello World
    7: X
    
  3. or download this
    1: use strict;
    2: use warnings;
    3: use IO::Socket;
    
  4. or download this
    1: my $port, $host;
    2: $host = shift || "localhost";
    3: $port = shift || 8000;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (6)
As of 2024-04-19 06:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found