More ideas:

On Thu, 13 Aug 2009, Hinrik Örn Sigurðsson wrote:

   # bin/perl on Unix
   my $rel = qf/usr bin perl/;

   # /usr/bin/perl
   my $abs = qf[/usr bin perl];

...and on Windows, would the above result in "C:\/usr\bin\perl" ? :)

# The following both result in the same object (kinda):
# /usr/bin/perl on Unix, C:\usr\bin\perl on Windows
my $abs = qf:unix[/usr/bin/perl];
my $abs = qf:win[C:\usr\bin\perl];

        Just thinking out loud.

        :)


---------------------------------------------------------------------
| Name: Tim Nelson                 | Because the Creator is,        |
| E-mail: wayl...@wayland.id.au    | I am                           |
---------------------------------------------------------------------

----BEGIN GEEK CODE BLOCK----
Version 3.12
GCS d+++ s+: a- C++$ U+++$ P+++$ L+++ E- W+ N+ w--- V- PE(+) Y+>++ PGP->+++ R(+) !tv b++ DI++++ D G+ e++>++++ h! y-
-----END GEEK CODE BLOCK-----

Reply via email to