Sep 3, 2002 #1 moof15 Programmer Joined Aug 22, 2002 Messages 23 Location US Does anyone know what Catfile does or is??? Here is the syntax:$xs->XMLout($Opt, outputfile => File::Spec->catfile($ROOT, $xmlSaveFile)); Thanks, Moof15
Does anyone know what Catfile does or is??? Here is the syntax:$xs->XMLout($Opt, outputfile => File::Spec->catfile($ROOT, $xmlSaveFile)); Thanks, Moof15
Sep 3, 2002 #2 justice41 Programmer Joined May 29, 2002 Messages 755 Location US Here is the doc for File::Spec. http://www.perldoc.com/perl5.8.0/lib/File/Spec.htmlIt just assembles directory and file names into a path string. jaa Upvote 0 Downvote
Here is the doc for File::Spec. http://www.perldoc.com/perl5.8.0/lib/File/Spec.htmlIt just assembles directory and file names into a path string. jaa
Sep 3, 2002 Thread starter #3 moof15 Programmer Joined Aug 22, 2002 Messages 23 Location US Thanks, Moof15 Upvote 0 Downvote