Advertisement
Guest User

Untitled

a guest
Apr 18th, 2015
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. #!/usr/bin/perl -w
  2. # make 8080 the default port
  3. my $port = qx{/usr/bin/perl get_port.pl} || 8080;
  4. print $port;
  5. my $url = "http://localhost:$port/cds/ws/CDS";
  6. print "n$urln";
  7.  
  8. Can't open perl script "get_port.pl": No such file or directory
  9. 8080
  10. http://localhost:8080/cds/ws/CDS
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement