Lines Matching refs:split
66 =item B<--splithead> POD files to split on =head directive
68 Comma-separated list of pod files to split by the =head directive. The
72 =item B<--splititem> POD files to split on =item directive
74 Comma-separated list of all pod files to split by the =item directive. The
75 .pod suffix is optional. I<installhtml> does not do the actual split, rather
135 --splithead - comma-separated list of .pod or .pm files to split. will
136 split each file into several smaller files at every occurrence
138 --splititem - comma-separated list of .pod or .pm files to split using
156 @splithead = (); # don't split any files by default
168 if ( $^O eq 'VMS' ) { @ARGV = split(/\s+/,$ARGV[0]); }
280 @podpath = split(":", $Options{podpath}) if defined $Options{podpath};
283 @splithead = split(",", $Options{splithead}) if defined $Options{splithead};
284 @splititem = split(",", $Options{splititem}) if defined $Options{splititem};
294 @ignore = map "$podroot/$_", split(",", $Options{ignore}) if defined $Options{ignore};
565 @dirs = split("/", $html);