Lines Matching refs:split
63 =item B<--splithead> POD files to split on =head directive
65 Comma-separated list of pod files to split by the =head directive. The
69 =item B<--splititem> POD files to split on =item directive
71 Comma-separated list of all pod files to split by the =item directive.
73 split, rather it invokes I<splitpod> to do the dirty work. As with
176 if ( $^O eq 'VMS' ) { @ARGV = split(/\s+/,$ARGV[0]); }
287 @podpath = split(":", $Options{podpath}) if defined $Options{podpath};
290 @splithead = split(",", $Options{splithead}) if defined $Options{splithead};
291 @splititem = split(",", $Options{splititem}) if defined $Options{splititem};
292 @libpods = split(",", $Options{libpods}) if defined $Options{libpods};
302 @ignore = map "$podroot/$_", split(",", $Options{ignore}) if defined $Options{ignore};
589 @dirs = split("/", $html);