File: transfer.inc

package info (click to toggle)
libapache-asp-perl 2.62-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 4,108 kB
  • ctags: 830
  • sloc: perl: 6,033; php: 417; sh: 65; lisp: 22; makefile: 10
file content (6 lines) | stat: -rw-r--r-- 156 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6

<% 
 $t->eok($0 =~ /transfer\.inc$/ ? 1 : 0, "\$0 is not correct: $0");
 $Server->Transfer({ File => 'transfer2.inc' });
 die("should never get here");
%>