Re directing TMP directory
#!/usr/bin/perl
use strict;
use DBI;
use CGI;
use CGI::Pretty;
use CGI::Session;
use POSIX qw(tmpnam);
my $cgi = […]
Original post by somachaganti
#!/usr/bin/perl
use strict;
use DBI;
use CGI;
use CGI::Pretty;
use CGI::Session;
use POSIX qw(tmpnam);
my $cgi = […]
Original post by somachaganti
Leave a Reply
You must be logged in to post a comment.