Forum: Perl Jan 22nd, 2007 |
| Replies: 4 Views: 3,059 Poop, I didn't catch that.
Thanks for pointing it out, KevinADC. |
Forum: Perl Jan 21st, 2007 |
| Replies: 4 Views: 3,059 |
Forum: Perl Jul 24th, 2006 |
| Replies: 4 Views: 10,387 Ok, try this code fixup:
#!/usr/local/bin/perl -w
############### check1.pl ###############
$runAutomatic = $ARGV[1];
$skipCaseClean = $ARGV[2];
if ( -d $ARGV[0] ) { print "Directory is... |
Forum: Perl Jul 24th, 2006 |
| Replies: 7 Views: 6,797 really? I'll have to look into that.
I definitely think though, that if you're interested in making a gui, just C++ or Java, or some BASIC like port to Linux (ie. Gambas). Keep the scripting and... |
Forum: Perl Jul 21st, 2006 |
| Replies: 7 Views: 6,797 Please don't take this the wrong way, but I think Perl GUI's are a complete waste of time. If you're hellbent on getting a GUI done though, PerlTk is about the only way to do it, next to making calls... |