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

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) { print

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 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

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 Brandon McCaig
On Sat, Oct 2, 2010 at 11:40 AM, jobst müller floo...@web.de 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