Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

g0n's scratchpad

by g0n (Priest)
on Feb 25, 2005 at 11:57 UTC ( [id://434431]=scratchpad: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub AUTOLOAD {
        our $AUTOLOAD;
    ...
        };
        goto &$newsub;
    }
    
  2. or download this
    #!/usr/bin/perl -T
    use strict;
    ...
            die "";
    }
    
  3. or download this
    
    #!/usr/bin/perl
    ...
    
  4. or download this
    ######################################################################
    +######
    # smallWindowWhenRecomposed.pl
    ...
        }
    }
    
  5. or download this
    #!perl -w
    
    ...
    
        print $cgi->end_html;
    }
    
  6. or download this
    my $scalar = ("one","two","three");
    
  7. or download this
    use strict;
    # context test
    ...
    {
        return @array;
    }
    
  8. or download this
    use strict;
    use warnings;
    ...
    sub badger
    {
        print "badger\n";
    
  9. or download this
    select u.usernae, u.realname from userdata where username in (select u
    +sername from appointmentslot where appointment is null)
     and u.mobdetailsid = m.id and m.deploymentmethod like 'IT assisted'
    
  10. or download this
    #first line of code
    #second line of code
    #third line of code
    
  11. or download this
    use strict;
    use warnings;
    ...
    

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 making s'mores by the fire in the courtyard of the Monastery: (2)
As of 2024-04-19 19:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found