Re: Hello and a question about perlform

2007-10-05 Thread Chas. Owens
On 10/5/07, Niels Will <[EMAIL PROTECTED]> wrote: snip > On the first file, the REPORT_TOP format is beeing used but not on the > second, third, and so on one. snip Perl formats are a pain, and probably should not be used. Take a look at the Perl6::Form module for a better solution. The answer t

Hello and a question about perlform

2007-10-05 Thread Niels Will
Hello together, my Name is Niels (26) and I'm from Germany being new on this mailinglist. Right now I'm writing my final examination for my apprenticeship as an IT Specialist and I have a question. My program generates multiple reports with different filenames during a foreach loop. On the firs

Re: Hello and a question

2007-01-05 Thread D. Bolliger
Dr.Ruud am Donnerstag, 4. Januar 2007 19:37: > "D. Bolliger" schreef: > > perldoc -f cp > > You were kidding, right? :) ugh, my mail client must have automatically abbreviated perldoc File::Copy # inlcuding cp :-) thanks, Dani -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm

Re: ***SPAM*** Hello and a question

2007-01-04 Thread Dr.Ruud
"D. Bolliger" schreef: > perldoc -f cp You were kidding, right? :) -- Affijn, Ruud "Gewoon is een tijger." -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Re: Hello and a question

2007-01-04 Thread Beginner
On 3 Jan 2007 at 16:19, Tom Messmer wrote: Hi Tom, They like you to bottom post of this list. See below. > instead of > Copying /usr/blah/htdocs/media/events/blah06/epic_struggle/mp3/ > cuchailain.mp3-> /home/messmer/test/fake_mp3dir/cuchailain/ > cuchailain.mp3 > > In other words, there will be

Re: ***SPAM*** Hello and a question

2007-01-04 Thread D. Bolliger
Tom Messmer am Mittwoch, 3. Januar 2007 17:02: > Hello everyone, Hello Tom > Just joined this list and I have a doozie I've been working on for a > bit here to no avail. The entire problem is this; I have a list of > files, say that they are named "flynn.foo, flynn_something.foo, > flaherty.foo f

Re: Hello and a question

2007-01-03 Thread Tom Messmer
Thanks for the reply. I tried it out and it merely copies the file from one directory to another, rather than to a directory named for the author: in this case from my $source_dir = '/usr/blah'; to my $distin_dir = '/usr/blany/blanagain/'; with output like this: Copying /usr/blah/htdocs/medi

Re: Hello and a question

2007-01-03 Thread Beginner
On 3 Jan 2007 at 8:02, Tom Messmer wrote: > Hello everyone, Hello and welcome, > Just joined this list and I have a doozie I've been working on for a > bit here to no avail. The entire problem is this; I have a list of > files, say that they are named "flynn.foo, flynn_something.foo, > fla

Hello and a question

2007-01-03 Thread Tom Messmer
Hello everyone, Just joined this list and I have a doozie I've been working on for a bit here to no avail. The entire problem is this; I have a list of files, say that they are named "flynn.foo, flynn_something.foo, flaherty.foo flaherty_something.foo" and so forth. Each of these files mus