Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Embed: Using load_module

by ioannis (Abbot)
on May 23, 2006 at 22:10 UTC ( [id://551245]=note: print w/replies, xml ) Need Help??


in reply to Embed: Using load_module

Normally, you can inform perl to change its notion of line count by writing special comments:
#line 55 warn ;
The '#line 55' comment informs perl that the next line shall be number 55; thus, because the input numbers have now changed, the output of this code is Warning: something's wrong at try.pl line 55. . Is this what you are looking for?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (3)
As of 2024-04-20 01:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found