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";