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...@
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
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,
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