Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

hesco's scratchpad

by hesco (Deacon)
on Apr 21, 2006 at 11:06 UTC ( [id://544849]=scratchpad: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    -require File::Util;
    -my($f) = File::Util->new();
    ...
    +my @config_files = glob("t/ini/*.ini");
     foreach my $config_file (@config_files){
    +  $config_file =~ s/t\/ini\///;
    

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 examining the Monastery: (3)
As of 2024-04-19 01:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found