Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^5: Why can't I use s///

by linuxer (Curate)
on May 08, 2013 at 21:52 UTC ( [id://1032684]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $cgi = CGI->new;                                   # Instantiate a 
    +CGI class
    print $cgi->header,                                   # First we creat
    +e a header
    ...
    my $text="../files/jack/2012/derpone.pdf";
    $text = basename($text);
    $cgi->p($text),
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (5)
As of 2024-04-25 09:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found