Changeset 11564
- Timestamp:
- Feb 1, 2007, 3:25:48 PM (19 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
Nebulous-Server/scripts/ptest.pl (modified) (1 diff)
-
Nebulous/scripts/ptest.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/scripts/ptest.pl
r4931 r11564 20 20 unless ( $pid ) { 21 21 my $fname = "${key}_$id"; 22 my $fh = $neb-> create( $fname );22 my $fh = $neb->open_create( $fname ); 23 23 die "can't create file $fname" unless $fh; 24 24 -
trunk/Nebulous/scripts/ptest.pl
r4931 r11564 20 20 unless ( $pid ) { 21 21 my $fname = "${key}_$id"; 22 my $fh = $neb-> create( $fname );22 my $fh = $neb->open_create( $fname ); 23 23 die "can't create file $fname" unless $fh; 24 24
Note:
See TracChangeset
for help on using the changeset viewer.
