Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: use dirty .pm

by betterworld (Curate)
on Feb 21, 2005 at 10:23 UTC ( [id://432999]=note: print w/replies, xml ) Need Help??


in reply to use dirty .pm

The only solution I can think of is something like
use strict; use warnings; my $doxydocs = do "dirty.pm";

Replies are listed 'Best First'.
Re^2: use dirty .pm
by Jaap (Curate) on Feb 21, 2005 at 10:29 UTC
    If i do that, $doxydocs contains the value "1", and i still can't access the data. Even when i do this:
    my $a = do "$ARGV[0]/DoxyDocs.pm"; print Dumper($doxydocs), "\n";
    I get the error that $doxydocs is empty.
      In your example, $doxydocs is in fact empty, but $a is not. Try print Dumper($a)."\n";

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (8)
As of 2024-04-23 17:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found