Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: filename dynamic

by Anonymous Monk
on May 12, 2014 at 16:22 UTC ( [id://1085815]=note: print w/replies, xml ) Need Help??


in reply to filename dynamic

I'm not on a system were I can test this so It may need a slight adjustment, but it's the direction that I'd look into using.

#!/usr/bin/perl use strict; use warnings; use Module::Load; use lib './pckg1/pckg2'; my $filename = getfilenamefromdb(); autoload $filename; my $result = func();

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (6)
As of 2024-04-23 10:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found