Re: Need emergency help for ActivePerl HomeWork.

2010-03-01 Thread J. D.
This is my first post to the list but I doubt anyone here will do your homework. On 3/1/10, freefrank wrote: > Any body could help me code these 4 modules on > http://moodle.cs.ualberta.ca/mod/assignment/view.php?id=14448 > great thanks! > > > -- > To unsubscribe, e-mail: beginners-unsubscr...@

Re: IDE for Perl in Linux

2008-05-02 Thread J. D.
Gvim or vim have an add on called perl-support that provides some very handy IDE-like features. Best regards, J. D. On 5/2/08, Dr.Ruud <[EMAIL PROTECTED] <[EMAIL PROTECTED]>> wrote: > > Rodrigo Tavares schreef: > > > > Anybody knows a simple and good IDE Perl

newlines

2001-11-29 Thread J . D . Gravestock
Anyone know how to get rid of two new lines from one text file before writing to another i.e. line of text line of text I can get rid of one newline with chop but can't think of how to delete two? -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTE

RE: newlines

2001-11-29 Thread J . D . Gravestock
This is the program; format ILL = @<< $number .. open (INPUT_FILE, "$DATA_DIR/opacrequests.LN.out") || die "Cannot open $DATA_DIR/opacrequests.LN.out: $!"; open (ILL, ">$OUT_DIR/pobk_rpt.txt") || die "Cannot open $OUT_DIR/pobk_rpt.txt: $!"; while ($_=) { chop $_ ; ($number, $date_time,