Changeset 77 for itunes2playlog/trunk
- Timestamp:
- 03/04/06 00:43:25 (3 years ago)
- Files:
-
- itunes2playlog/trunk/itunes2playlog.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
itunes2playlog/trunk/itunes2playlog.pl
r76 r77 11 11 my $user = 'xxx@xxxxx'; 12 12 my $password = 'xxx'; 13 my $file = '';13 my $file = $ARGV[0]; 14 14 my $last_update_time_file = 'last_update_time'; 15 15
