Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Re: search =~ for /'s

by Anonymous Monk
on Jun 30, 2002 at 03:08 UTC ( [id://178301]=note: print w/replies, xml ) Need Help??


in reply to Re: search =~ for /'s
in thread search =~ for /'s

$new .= '/' unless substr $new, -1 eq '/'; can someone explain what -1 does

Replies are listed 'Best First'.
Re: Re: Re: search =~ for /'s
by little (Curate) on Jun 30, 2002 at 03:15 UTC
    see perlman:perlfunc
    # 1st argument given: string to process # 2nd argument given: offset # so here it means regardless of the true length the # last character in the string substr ($new, -1);

    Have a nice day
    All decision is left to your taste

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (4)
As of 2024-04-25 16:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found