- or download this
[user@to] perl -MMy::Mod=:all -e 'update()'
[user@to] Update detected! File saved to /path/to/data
[user@to] perl -MMy::Mod=:all -e 'foobar(data=>"/path/to/data");baz()'
- or download this
[user@to] perl -MMy::Mod=:all -e 'update()'
[user@to] Update detected! Using new data...
- or download this
[user@to] perl -MMy::Mod=:all -e 'foobar();baz()'
[user@to] Update detected! Using new data...