/[VRac]/Tape.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /Tape.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 214 by dpavlin, Mon Apr 14 21:16:19 2008 UTC revision 215 by dpavlin, Thu Sep 3 10:23:27 2009 UTC
# Line 109  sub load_tape { Line 109  sub load_tape {
109          my $path = shift || return;          my $path = shift || return;
110          my $pos = shift || 0;          my $pos = shift || 0;
111    
112            return unless -e $path;
113    
114          my $tape = read_file( $path ) || confess "can't load $path: $!";          my $tape = read_file( $path ) || confess "can't load $path: $!";
115          $self->tape_path( $path );          $self->tape_path( $path );
116    

Legend:
Removed from v.214  
changed lines
  Added in v.215

  ViewVC Help
Powered by ViewVC 1.1.26