laffingpc has asked for the wisdom of the Perl Monks concerning the following question:
Instead of links I want the files to open. I don't want code, just the command that does this. Thanks@currentfiles = sort { uc($a) cmp uc($b) } @currentfiles; for($aa = 0; $aa <= int($#currentfiles / 1); $aa++){ if ($currentfiles[$aa]=~ /$varname/) { @allFilesList = $currentfiles[$aa]; print qq~ <font color="#0000ff"><b>•</b> <a href="$folder/$currentfiles[$aa]" target="_blank">< +font color="#0000ff">$currentfiles[$aa]</font></a></font><br> ~; } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Open PDF file on load
by moritz (Cardinal) on Aug 11, 2009 at 17:06 UTC | |
|
Re: Open PDF file on load
by zwon (Abbot) on Aug 11, 2009 at 17:23 UTC | |
by laffingpc (Initiate) on Aug 11, 2009 at 19:16 UTC | |
by almut (Canon) on Aug 11, 2009 at 19:59 UTC | |
by laffingpc (Initiate) on Aug 12, 2009 at 19:10 UTC |