source:
trunk/essentials/dev-lang/perl/vms/ext/Filespec.pm@
3184
| Last change on this file since 3184 was 3181, checked in by , 19 years ago | |
|---|---|
| File size: 11.0 KB | |
| Line | |
|---|---|
| 1 | # Perl hooks into the routines in vms.c for interconversion |
| 2 | # of VMS and Unix file specification syntax. |
| 3 | # |
| 4 | # Version: see $VERSION below |
| 5 | # Author: Charles Bailey [email protected] |
| 6 | # Revised: 08-Mar-1995 |
| 7 | |
| 8 | =head1 NAME |
| 9 | |
| 10 | VMS::Filespec - convert between VMS and Unix file specification syntax |
| 11 | |
| 12 | =head1 SYNOPSIS |
| 13 | |
| 14 | use VMS::Filespec; |
| 15 | $fullspec = rmsexpand('[.VMS]file.specification'[, 'default:[file.spec]']); |
