Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Remove from character to end of line

by $name (Pilgrim)
on Aug 01, 2002 at 16:47 UTC ( [id://186833]=note: print w/replies, xml ) Need Help??


in reply to Remove from character to end of line

You could do somthing like

my $filename = "9077/00:00///:8087"; my @file = split('/', $filename); my $newname = $file[0];

MGW Aplications Developer QuinnTeam Inc.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (6)
As of 2024-03-28 22:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found