in reply to Regex output incorrect
Gives:use strict; use warnings; use File::Basename; my $folder_path = '/aboutiso/corp_gov/bod/agendas/2010'; $folder_path = dirname($folder_path); print "folderpath: $folder_path\n";
folderpath: /aboutiso/corp_gov/bod/agendas
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Regex output incorrect
by jakeease (Friar) on Dec 14, 2010 at 19:14 UTC |