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

Re^2: File ext number

by jwkrahn (Abbot)
on Mar 20, 2010 at 03:49 UTC ( [id://829754]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      my @split = split(/\./,$file);
      my $key = $split[1];
    
  2. or download this
      my $key = ( split /\./, $file )[ -1 ];
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://829754]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (1)
As of 2024-04-25 01:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found