Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Re: Re: Re: Re: Re: Re: Re: checking the end of line

by I0 (Priest)
on Jul 20, 2002 at 22:13 UTC ( [id://183687]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Re: Re: Re: Re: Re: checking the end of line
in thread checking the end of line

If you're getting a syntax error, perhaps you typed it in wrong.

Perhaps you meant
if($path =~ /(\d+)$/ == 0) { print "No number found\n"; } else { print "number is $1\n"; }

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://183687]
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:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found