in reply to Listing of files using glob
Can anyone suggest me why the file created via perl code is not being grabbed by the glob function??
*ahem* assumes facts not in evidence
the program you posted is not complete
the program you posted doesn't use strict or warnings
the program you posted doesn't create any files or directories
the program you posted doesn't doesn't check for errors
chdir can fail, you can check for errors with autodie
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Listing of files using glob
by AG87 (Acolyte) on Jan 05, 2012 at 08:24 UTC | |
by Anonymous Monk on Jan 05, 2012 at 08:55 UTC | |
by tobyink (Canon) on Jan 05, 2012 at 09:27 UTC | |
by Corion (Patriarch) on Jan 05, 2012 at 09:41 UTC | |
by choroba (Cardinal) on Jan 05, 2012 at 10:04 UTC | |
by AG87 (Acolyte) on Jan 05, 2012 at 10:25 UTC | |
by choroba (Cardinal) on Jan 05, 2012 at 10:45 UTC | |
by AG87 (Acolyte) on Jan 05, 2012 at 11:02 UTC | |
by choroba (Cardinal) on Jan 05, 2012 at 11:09 UTC | |
by AG87 (Acolyte) on Jan 05, 2012 at 11:14 UTC | |
by choroba (Cardinal) on Jan 05, 2012 at 11:26 UTC | |
by AG87 (Acolyte) on Jan 05, 2012 at 11:46 UTC | |
by choroba (Cardinal) on Jan 05, 2012 at 11:50 UTC | |
by AG87 (Acolyte) on Jan 05, 2012 at 11:56 UTC | |
| |
by choroba (Cardinal) on Jan 05, 2012 at 11:48 UTC | |
by AG87 (Acolyte) on Jan 05, 2012 at 11:52 UTC |