Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

TVSET's scratchpad

by TVSET (Chaplain)
on Jun 02, 2004 at 09:30 UTC ( [id://359297]=scratchpad: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    if ($not_in_shift) {
      if ($current || !$past) {
    ...
        print "Confirm in shift\n";
      }
    }
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
        my $item = shift;
        print "$item !!!\n";
    }
    

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 admiring the Monastery: (6)
As of 2024-03-28 16:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found