Re: (was: path names in a perl-script:) even more general milestones achieved!

2010-10-02 Thread jobst müller
Hello Brandon, hello Alexey and hello Jim, Hello all on this great list: Again: I love this place - it is agreat place for newbies like me: Now it is clear – i misunderstood the German Word "Basisordner": The German word Basisordner – in OpenSuseLinux was the directory that i thought is exact

(was: path names in a perl-script:) first general milestones achieved - now applying to a simple script

2010-10-02 Thread jobst müller
Hello Brandon, hello Alexey and hello Jim, I love this place - it is agreat place for newbies like me: @ Jim: i trim my replies and eliminate old material! Thx for the hints! @ Brandon: the path is really strange... but this was a very quick prove of concept Again: many thanks to all of you!

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
Hello Alex many thanks for the answer. well i put all to home > usr > perl the story as a whole: After a first trial i saw that i have troubles with the I-O-Handles and with the paths on the OpenSuse Linux version 11.3 i have to set the paths - and as being not very familiar with Perl and L

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
hello Jim, hello list! here i am back again! many thanks for the quick reply. My question is regarding the I-O handle. I have to find the right path names. Names and conventions that match the linux conventions...i took your example and made some slight corrections... Note: i run OpenSuse Lin