orking, and what error (if any), are you getting?
--
pDale Campbell
Desperation = A Rope Ends It
___
Perl-Unix-Users mailing list
Perl-Unix-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
On 11/3/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Before I roll my own ARGV parse code I wanted to know if someone had
> some sample code to get me started.
Bring up a command prompt and type "perldoc Getopt::Long".
Being a long-time Unix geek, I prefer Getopt::Std
y any process on the system.
> (I have not tried this in Perl, but I've used it in many windows apps.)
Is there a Unix implementation of that? Otherwise, I think
use IPC::Shareable;
is his best bet.
--
pDale
Eternal small demon
___
On 8/24/05, Arijit Das <[EMAIL PROTECTED]> wrote:
> Its about sharing a Perl Variable among parent and child processes.
"Google - I feel lucky" for "Perl shared variable" yields:
<http://www.unix.org.ua/orelly/perl/cookbook/ch16_13.htm>
Is that what you w
print $i;
}
Is this a print formatting problem? Could some one help?
Or simply:
for (my $i = 001; $i < 100; $i++)
{ printf "%03d\n", $i; }
--
pDale
___
Perl-Unix-Users mailing list
Perl-Unix-Users@listserv.ActiveState.com
To unsubscr
x27;)->
pack( $db->Entry( -textvariable=>\$password, -width=>20, -show=>'*')
, -side=>'left');
$uname->focus;
my $answer = $db->Show();
print "User=$username, pwd=$password, Answer=$answer\n";
exit(1) if $answer eq 'Cancel';
MainLoop();
--
pDale
___
Perl-Unix-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs