Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^2: Updates problem with single quote

by Sun751 (Beadle)
on Jul 24, 2009 at 05:36 UTC ( [id://782841]=note: print w/replies, xml ) Need Help??


in reply to Re: Updates problem with single quote
in thread Updates problem with single quote

Finally!!!! it was the space which was creating problem thanks guys below trick is helpful,
p "==$string_variable=="
now I change my ch_dir function to this,
my ($cmd,$patch,$step) = @_; $cmd =~ s/\s*cd\s* //; chdir($cmd) || die
Cheers!!!

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (7)
As of 2024-04-16 17:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found