RE: sprintf question

2001-11-27 Thread Troy Sniff
Ah yeah ... I didn't look at the code enough ... Sometimes I think way too fast ... > -Original Message- > From: $Bill Luebkert [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, November 27, 2001 2:30 PM > To: Troy Sniff > Cc: [EMAIL PROTECTED] > Subject: Re: sprint

RE: Multi column sort

2001-06-05 Thread Troy Sniff
; $a1[1] cmp $b1[1] || $a1[2] cmp $b1[2]; } Thanks Wagner-David! Troy -Original Message- From: Wagner-David [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 05, 2001 5:40 PM To: 'Troy Sniff'; [EMAIL PROTECTED] Subject: RE: Multi column sort Here

Multi column sort

2001-06-05 Thread Troy Sniff
I want to perform a multi column sort using one field and then the next. Example, lets say I have a datafile that looks like: 1|Animals|Dogs 2|Animals|Cats 3|Beach|Babes 4|Beach|Hunks 5|Sports|Football 6|Sports|Hockey 7|Advertisement|General 8||Ships 9||Cars I want to split on the | and sort by

curious my and foreach questions

2001-06-05 Thread Troy Sniff
Does anyone know what version of perl it was when you can use my within a for or foreach statement such as: foreach my $var (@array) {} I know with older per version this will error and it must be written as: my $var; foreach $var (@array) {} Also, when did they introduce the ability to write

RE: grep

2001-06-04 Thread Troy Sniff
st of file extensions : and i need to : alter only the files with those extensions...do i use grep : for this? is : there a better way? : thank you : tanya graham : : -Original Message- : From: Troy Sniff [mailto:[EMAIL PROTECTED]] : Sent: Monday, June 04, 2001 10:17 AM : To: [EMAIL

RE: directory

2001-05-30 Thread Troy Sniff
your files into an array and then working with the array. Troy -Original Message- From: Tanya Graham [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 30, 2001 12:32 PM To: 'Rubinow, Larry'; Tanya Graham; 'Troy Sniff'; [EMAIL PROTECTED] Subject: RE: directory it lo

RE: $1 question

2001-04-19 Thread Troy Sniff
Try: $tarFile =~ s/^(\w+)\.tar$/$1/; Troy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Purcell, Scott Sent: Thursday, April 19, 2001 1:32 PM To: '[EMAIL PROTECTED]' Subject: $1 question Hello, I don't know why I can't ever do this, but I know I hav

RE: mkdir Error question - Continued

2001-02-02 Thread Troy Sniff
in2000 server? The above reads as if it applies to Unix only. Or am I just way off here? Troy -Original Message- From: Ron Grabowski [mailto:[EMAIL PROTECTED]] Sent: Friday, February 02, 2001 4:01 PM To: Troy Sniff Cc: Perl-Win32-Users Subject: Re: mkdir Error question - Continued >

RE: mkdir Error question - Continued

2001-02-02 Thread Troy Sniff
Just for further info, the server is running IIS 5.0 and Perl Version 5.006. Troy ___ Perl-Win32-Users mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users

RE: mkdir Error question - Continued

2001-02-02 Thread Troy Sniff
s fine. Any ideas as to what the ReadParse may be doing to cause this error? Troy -Original Message- From: $Bill Luebkert [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 01, 2001 4:55 PM To: Troy Sniff Cc: Perl-Win32-Users Subject: Re: mkdir Error question Troy Sniff wrote: > > Can s

RE: Vote, please: HTML Posts / Style Guide

2000-10-26 Thread Troy Sniff
I say let's get off this subject. I think all these emails on this subject is ridiculous. Last time I checked, I didn't think this forum was called 'lets all vote on how to use the perl-win32-users list' list. If you want to have people vote, create a page to vote on. Then post the results. D