Re: path names in a perl-script: a newbie-question regarding I-O convertions on OpenSuse Linux 11.3

2010-10-02 Thread Brandon McCaig
On Sat, Oct 2, 2010 at 11:40 AM, "jobst müller" wrote: > Hello Alex > > many thanks for the answer. > > well i put all to home > usr > perl /home/usr is a pretty strange path. Typically, the subdirectories of /home represent individual users' "home directory". For example, /home/jmüller, or /home

Re: path names in a perl-script: a newbie-question regarding I-O convertions on OpenSuse Linux 11.3

2010-10-02 Thread Jim Gibson
At 5:40 PM +0200 10/2/10, jobst müller wrote: Hello Alex many thanks for the answer. well i put all to home > usr > perl Please trim your replies and eliminate old material that is not relevant. Thanks. So here we go: i start them in the console like the following and get the following

Re: path names in a perl-script: a newbie-question regarding I-O convertions on OpenSuse Linux 11.3

2010-10-02 Thread jobst müller
directory at /usr/lib/perl5/site_perl/5.12.1/File/Find/Rule.pm line 594 i go crazy - what is wrong here!? Love to hear from you best regards -Ursprüngliche Nachricht- Von: "Alexey Mishustin" Gesendet: 02.10.2010 13:27:23 An: beginners@perl.org Betreff: Re: pat

Re: path names in a perl-script: a newbie-question regarding I-O convertions on OpenSuse Linux 11.3

2010-10-02 Thread Alexey Mishustin
2.10.2010, 15:22:03, Alexey Mishustin wrote: > 2.10.2010, 13:57:54, "jobst müller" wrote: >> #!/usr/bin/perl >> use strict; >> use warnings; >> use diagnostics; >> use File::Find::Rule; >> my @files = File::Find::Rule->file() >> ->name('*.html') >> ->in( 'home/usr/perl/html.files' ); ->in( '

Re: path names in a perl-script: a newbie-question regarding I-O convertions on OpenSuse Linux 11.3

2010-10-02 Thread Alexey Mishustin
2.10.2010, 13:57:54, "jobst müller" wrote: > #!/usr/bin/perl > use strict; > use warnings; > use diagnostics; > use File::Find::Rule; > my @files = File::Find::Rule->file() > ->name('*.html') > ->in( 'home/usr/perl/html.files' ); ->in( '/home/usr/perl/html.files' ); > foreach my $file(@files

Re: path names in a perl-script: a newbie-question regarding I-O convertions on OpenSuse Linux 11.3

2010-10-02 Thread jobst müller
ove to hear from you and appreciate any and all help! martin aka  floobee -Ursprüngliche Nachricht- Von: "Jim Gibson" Gesendet: 02.10.2010 02:44:54 An: beginners@perl.org Betreff: Re: path names in a perl-script: a newbie-question >At 1:29 AM +0200 10/2/10, jobst müller wrot

Re: path names in a perl-script: a newbie-question

2010-10-01 Thread Jim Gibson
At 1:29 AM +0200 10/2/10, jobst müller wrote: Hi all i am new to the list! i am new to Linux and new to PERL too. I am trying to get this perl script up and running. I have installed OpenSuse-Linux 11.3 What is wanted: I have a bunch of HTML-files, stored in a folder. with the Perl-Script

path names in a perl-script: a newbie-question

2010-10-01 Thread jobst müller
Hi all i am new to the list! i am new to Linux and new to PERL too. I am trying to get this perl script up and running. I have installed OpenSuse-Linux 11.3 What is wanted: I have a bunch of HTML-files, stored in a folder. with the Perl-Script (see below) i want to parse the HTML-files. I ha