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

Re^2: Using $"

by BillKSmith (Monsignor)
on Dec 22, 2014 at 23:46 UTC ( [id://1111102]=note: print w/replies, xml ) Need Help??


in reply to Re: Using $"
in thread Using $"

There is double quote interpolation in the first print of the original post. I think this is what the author of the exercise expected. The only problem is that it would not edit the first line. That could be fixed with:
$" = '#'; print "#@lines";
The OP's I/O problems hide the fact that he had basically solved the exercise.
Bill

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (4)
As of 2024-03-29 08:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found