Re: [Perl-unix-users] Counting words

2006-04-26 Thread pDale
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

Re: [Perl-unix-users] parsing ARGV

2005-11-03 Thread pDale
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

[Perl-unix-users] Re: Sharing Variables among Processes...

2005-08-24 Thread pDale
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 ___

Re: [Perl-unix-users] Sharing Variables among Processes...

2005-08-24 Thread pDale
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

Re: [Perl-unix-users] looping over

2005-02-23 Thread pDale Campbell
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

Re: [Perl-unix-users] dialog tab navigation issue

2004-07-13 Thread pDale Campbell
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