[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
xampp182
/
perl
/
bin
/
[
Home
]
File: pip
#!perl use 5.006; use strict; use pip; use vars qw{$VERSION}; BEGIN { $VERSION = '1.19'; } eval { pip::main( @ARGV ); }; if ( $@ ) { my $errstr = $@; $errstr =~ s/\sat line\b.+$//; print "Unexpected Error: $errstr\n"; exit(255); } exit(0);