kishore05 has asked for the wisdom of the Perl Monks concerning the following question:
#!/usr/bin/perl use Fcntl; use POSIX qw(tmpnam); use POSIX qw(ceil floor); use Cwd; use IPC::Open2; use POSIX qw(strftime); use Socket qw(:DEFAULT :crlf); $tmpname = tmpnam(); print $tmpname; $tmpname = $tempdir."V".(split /V/, $tmpname)[-1].".icd"; print $tmpna +me;
2021-09-01 Discipulus added code tags
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Alternate command for tmpnam
by Corion (Patriarch) on Sep 01, 2021 at 06:57 UTC | |
|
Re: Alternate command for tmpnam
by Discipulus (Canon) on Sep 01, 2021 at 07:20 UTC | |
|
Re: Alternate command for tmpnam
by Anonymous Monk on Sep 01, 2021 at 11:11 UTC |