#!/usr/bin/perl use strict; use warnings; use Config '%Config'; sub GetPathnameSeparator { =head2 GetPathnameSeparator Return the character used to separate elements in the command shell search PATH. =cut return $Config{path_sep} }
In reply to Re: What's your programming style?
by Anonymous Monk
in thread What's your programming style?
by harangzsolt33
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |