[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/se3-unattended/var/se3/unattended/install/linuxaux/opt/perl/lib/5.10.0/ -> shellwords.pl (source)

   1  ;# shellwords.pl
   2  ;#
   3  ;# Usage:
   4  ;#    require 'shellwords.pl';
   5  ;#    @words = shellwords($line);
   6  ;#    or
   7  ;#    @words = shellwords(@lines);
   8  ;#    or
   9  ;#    @words = shellwords();        # defaults to $_ (and clobbers it)
  10  
  11  require Text::ParseWords;
  12  *shellwords = \&Text::ParseWords::old_shellwords;
  13  
  14  1;


Generated: Tue Mar 17 22:47:18 2015 Cross-referenced by PHPXref 0.7.1