use qroc::perl; fn main() { println!("{}", add(1, 2)); } #[perl { $_ =~ s/populate/a + b/g; }] fn add(a: isize, b: isize) -> isize { populate }