Mailinglist Archive: opensuse-edu (179 mails)
| < Previous | Next > |
Re: [suse-linux-uk-schools] Script pointers
- From: Gary Stainburn <gary.stainburn@xxxxxxxxxxxxxx>
- Date: Fri, 18 Jan 2002 14:54:35 +0000 (UTC)
- Message-id: <E16RaLA-0005Zb-00@xxxxxxxxxxxxxxxxxxx>
On Friday 18 January 2002 2:15 pm, Matt Johnson wrote:
> --- Michael Brown <mbrown@xxxxxxxxxxxxxxxx> wrote:
> > perl -ne 'print join("\n", split(",",$_) ) if
> > s/^pupil:.*:(.*)$/$1/' /etc/group
>
> I don't know whether to laugh or cry!
>
> A big thanks. I'll try it out (and I'll check out a
> few Perl books from Amazon I think too!). It only
> makes me want more...
The main one to try is Learning Perl by O'Reilly ISBN 0596001320.
I've never read it personally, but it's the one that everyone keeps quoting
on the beginners@xxxxxxxx list.
--
Gary Stainburn
This email does not contain private or confidential material as it
may be snooped on by interested government parties for unknown
and undisclosed purposes - Regulation of Investigatory Powers Act, 2000
> --- Michael Brown <mbrown@xxxxxxxxxxxxxxxx> wrote:
> > perl -ne 'print join("\n", split(",",$_) ) if
> > s/^pupil:.*:(.*)$/$1/' /etc/group
>
> I don't know whether to laugh or cry!
>
> A big thanks. I'll try it out (and I'll check out a
> few Perl books from Amazon I think too!). It only
> makes me want more...
The main one to try is Learning Perl by O'Reilly ISBN 0596001320.
I've never read it personally, but it's the one that everyone keeps quoting
on the beginners@xxxxxxxx list.
--
Gary Stainburn
This email does not contain private or confidential material as it
may be snooped on by interested government parties for unknown
and undisclosed purposes - Regulation of Investigatory Powers Act, 2000
| < Previous | Next > |