Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

allolex's scratchpad

by allolex (Curate)
on Jun 01, 2004 at 20:30 UTC ( [id://358546]=scratchpad: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
        $_[0]->{_string};
    }
    
  2. or download this
    #!/usr/bin/perl
    #  Converts a long file name with spaces or underscores 
    ...
    my $ext = pop @array;
    print map m/^([\w])/, @array;
    print '.' . $ext . "\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 taking refuge in the Monastery: (5)
As of 2024-04-16 05:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found