Dhanashri Bhate wrote:
> Hello All,

Hello,

> Is there anything as 'static  variables' in Perl?
> 
> I have a "utilities.pl" file which has functions commonly used in other perl
> programs.
> 
> One of these function needs to create a temporary file in the current
> directory, process it and then delete it. 
> Since this function can be called by multiple programs at the same time, its
> necessary that the name of the temporary file generated each time is
> different. 

perldoc File::Temp


John
-- 
use Perl;
program
fulfillment

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to