Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

par::setuptemp(3pm) [debian man page]

PAR::SetupTemp(3pm)					User Contributed Perl Documentation				       PAR::SetupTemp(3pm)

NAME
PAR::SetupTemp - Setup $ENV{PAR_TEMP} SYNOPSIS
PAR guts, beware. Check PAR DESCRIPTION
Routines to setup the "PAR_TEMP" environment variable. The documentation of how the temporary directories are handled is currently scattered across the "PAR" manual and the "PAR::Environment" manual. The "set_par_temp_env()" subroutine sets up the "PAR_TEMP" environment variable. SEE ALSO
The PAR homepage at <http://par.perl.org>. PAR, PAR::Environment AUTHORS
Audrey Tang <cpan@audreyt.org>, Steffen Mueller <smueller@cpan.org> <http://par.perl.org/> is the official PAR website. You can write to the mailing list at <par@perl.org>, or send an empty mail to <par-subscribe@perl.org> to participate in the discussion. Please submit bug reports to <bug-par@rt.cpan.org>. If you need support, however, joining the <par@perl.org> mailing list is preferred. COPYRIGHT
Copyright 2002-2010 by Audrey Tang <cpan@audreyt.org>. Copyright 2006-2010 by Steffen Mueller <smueller@cpan.org>. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See <http://www.perl.com/perl/misc/Artistic.html> perl v5.14.2 2011-12-02 PAR::SetupTemp(3pm)

Check Out this Related Man Page

PAR::SetupTemp(3)					User Contributed Perl Documentation					 PAR::SetupTemp(3)

NAME
PAR::SetupTemp - Setup $ENV{PAR_TEMP} SYNOPSIS
PAR guts, beware. Check PAR DESCRIPTION
Routines to setup the "PAR_TEMP" environment variable. The documentation of how the temporary directories are handled is currently scattered across the "PAR" manual and the "PAR::Environment" manual. The "set_par_temp_env()" subroutine sets up the "PAR_TEMP" environment variable. SEE ALSO
The PAR homepage at <http://par.perl.org>. PAR, PAR::Environment AUTHORS
Audrey Tang <cpan@audreyt.org>, Steffen Mueller <smueller@cpan.org> <http://par.perl.org/> is the official PAR website. You can write to the mailing list at <par@perl.org>, or send an empty mail to <par-subscribe@perl.org> to participate in the discussion. Please submit bug reports to <bug-par@rt.cpan.org>. If you need support, however, joining the <par@perl.org> mailing list is preferred. COPYRIGHT
Copyright 2002-2010 by Audrey Tang <cpan@audreyt.org>. Copyright 2006-2010 by Steffen Mueller <smueller@cpan.org>. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See <http://www.perl.com/perl/misc/Artistic.html> perl v5.16.2 2011-12-28 PAR::SetupTemp(3)
Man Page

3 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Check whether the pattern is present or not?

I want to determine whether a specific pattern is present within a line or not e.g. The whole line is in a varaible called VALUE VALUE="(ABC, DEF, NMF, ABC, CLF, PAR, FHG, AGQSAs, sada, sa, ABC)" i want to set a flag to 1 if i find the presence of ABC in the above variable. Please... (8 Replies)
Discussion started by: skyineyes
8 Replies

2. Shell Programming and Scripting

How to partially replace variable value?

I have variable $2 whose value is expdp_SDW_MSTR_VMDB.par I want to replace three characters from right (par) with (log) Input --> expdp_SDW_MSTR_VMDB.par Output --> expdp_SDW_MSTR_VMDB.log Thanks Deep (2 Replies)
Discussion started by: deep.singh
2 Replies

3. Programming

Perl -- code

Hi All, I new to perl scripting, trying to write a program to get multiple inputs from the users and it should be stored in one variable. can some one help me with it . here is the sample code i tried , but its not working. # cat array.pl #!/usr/bin/perl print "enter the total no of... (4 Replies)
Discussion started by: nanduri
4 Replies