Re:cr/lf in perl

2003-03-19 Thread JGONCALV
Hi, i have this: #perl use strict; use warnings; while ( ) { chomp; my @data = map { s/^\s+//; s/\s+$//; $_ } split /;/; reformat ( @data ); } sub reformat { format = PROBTRAC: Continuous Problem Tracking System Submittal Form !crstatus = @

TR: Copy to another file some paterns

2003-03-18 Thread JGONCALV
-Message d'origine- De: SII - GONCALVES, Jorge Date: mardi 18 mars 2003 15:09 À: '[EMAIL PROTECTED]' Objet: RE: Copy to another file some paterns Hi all, I have a file with a lot of lines like this: ... entered;Medium;Major;This is an example synopsis;This is an example problem

RE: file last modified

2002-09-27 Thread JGONCALV
Hi, i wonder how i can get only the files that are modified less than a hour for exemple in a directory. How can i do this in Perl? Thanks. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: server date

2002-09-25 Thread JGONCALV
Hi, i have a web application and i wonder if there is a way to get server date from à client with perl? because i can't do it in javascript. Thanks for your tips. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]