package Moving; sub move_file { $oldfile = $_[0]; # move a file, rename it, etc } return 1;