Re: [Perl-unix-users] Value Assignment Q.

2003-11-26 Thread Jon Earle
descriptively makes the snippet readable. That was precisely the error I made. Thank you to all who responded! -- Jon Earle SAVE FARSCAPE http://www.savefarscape.com/ Vegetarian - an old Indian word meaning 'lousy hunter'. ___ Perl-Unix-U

[Perl-unix-users] Value Assignment Q.

2003-11-25 Thread Jon Earle
ements from which to pick, if $_ is the whole line? -- Jon Earle SAVE FARSCAPE http://www.savefarscape.com/ Vegetarian - an old Indian word meaning 'lousy hunter'. ___ Perl-Unix-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://li

[Perl-unix-users] Suggestions for Perl Report Generators

2003-11-03 Thread Jon Earle
Looking for something (perl module, etc) to take a bunch of data, stats, etc and make some fancy reports out of it. Graphs, stats, pretty pics, etc. Not dealing with Apache or other server weblogs. -- Jon Earle SAVE FARSCAPE http://www.savefarscape.com/ Vegetarian - an old Indian word

[Perl-unix-users] Perl and mbox

2003-10-14 Thread Jon Earle
heers! Jon -- Jon Earle SAVE FARSCAPE http://www.savefarscape.com/ Vegetarian - an old Indian word meaning 'lousy hunter'. ___ Perl-Unix-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Re: [Perl-unix-users] Perl confusion

2003-08-14 Thread Jon Earle
Just wanted to say thank you to everyone who reponded to my query of 22, Jul, regarding perl objects. Your explanations and pointers to the relevant manpages helped immensely. Cheers! Jon -- Jon Earle SAVE FARSCAPE http://www.savefarscape.com/ Vegetarian - an old Indian word meaning '

[Perl-unix-users] Perl confusion

2003-07-22 Thread Jon Earle
$self->{file_name} = $queue_dir . '/qf' . $self->{id}; $self->{headers} = {}; } -- Jon Earle SAVE FARSCAPE http://www.savefarscape.com/ Vegetarian - an old Indian word meaning 'lousy hunter'. ___ Perl-Unix-Users

Re: [Perl-unix-users] Trouble accessing anonymous hash of array

2003-06-24 Thread Jon Earle
On Tue, 24 Jun 2003, Jon Earle wrote: > and confirm_delete has relevant lines, thus: > > foreach (@$hashref{'users'}) { > print "[0]\">\n"; > } Fixed it. I changed the above three to: foreach (@{$hashref->{'users

[Perl-unix-users] Trouble accessing anonymous hash of array

2003-06-24 Thread Jon Earle
'delete', {'users' => [ @users ]}); exit; } and confirm_delete has relevant lines, thus: my ($action, $hashref) = @_; foreach (@$hashref{'users'}) { print "[0]\">\n"; } Trouble is, I only get the first entry from the @user

Re: [Perl-unix-users] CGI

2003-06-19 Thread Jon Earle
;TR','IP','VS','FR'])); print p("Configer",popup_menu("configer",['Yes','No'])); print p("Line Arragement",popup_menu("linearrangement",['Yes','No'])); print p (submit(&